<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top {
  height: 130px;
  overflow: hidden;
  border-top: 10px solid #0cb164;
  border-bottom: 5px solid #0cb164;
}
.top .logo {
  display: block;
  background: url(../Image/logo.png) no-repeat left center;
  width: 689px;
  height: 130px;
}
.top .logo a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 130px;
}
.top .text {
  color: #0cb164;
  padding-top: 20px;
}
.top .text b.b1 {
  display: block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  padding-left: 50px;
  background: url(../Image/btel.png) no-repeat left center;
}
.top .text b.b2 {
  display: block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  text-align: left;
}
.top .text b.b2 span {
  font-size: 30px;
  padding-right: 20px;
}
.top .text b.b2 a {
  color: #0cb164;
}
.nav {
  height: 40px;
  line-height: 40px;
  background: #0cb164;
}
.nav li {
  float: left;
  width: 149px;
}
.nav li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav li a:hover,
.nav li a.on {
  background: #007834;
}
.nav span {
  display: block;
  width: 1px;
  height: 14px;
  background: #0dc36e;
  margin-top: 13px;
  float: left;
}
.footer {
  background: url(../Image/footer.gif) repeat;
  padding-top: 42px;
}
.footer .logo2 {
  background: url(../Image/logo2.png) no-repeat left center;
  width: 430px;
  height: 95px;
}
.footer .sub-nav {
  padding-left: 50px;
  border-left: 1px dashed #484848;
  width: 320px;
  margin-left: 60px;
}
.footer .sub-nav li {
  float: left;
      width: 60px;
    text-align: justify;
    text-align-last: justify;
  margin-right: 50px;
  height: 40px;
  line-height: 40px;
}
.footer .sub-nav li a {
  display: block;
  font-size: 14px;
  color: #adadad;
}
.footer .sub-nav li a:hover {
  color: #fff;
}
.footer .cots {
  font-size: 14px;
  color: #adadad;
  line-height: 30px;
  padding-left: 60px;
  border-left: 1px dashed #484848;
  width: 275px;
}
.footer .bottom {
  margin-top: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(32, 32, 32, 0.4);
  font-size: 14px;
  color: #adadad;
}
.footer .bottom a {
  color: #adadad;
}
.footer .bottom a:hover {
  color: #fff;
}
a.mores {
  display: block;
  width: 150px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  background: #0cb164;
  border-radius: 4px;
}
a.mores:hover {
  background: #007834;
}
.index-pro {
  background: url(../Image/bk.jpg) repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.index-pro .side {
  background: #0cb164;
  width: 255px;
}
.index-pro .side .title {
  font-weight: bold;
  line-height: 1;
  padding-top: 30px;
  text-align: center;
}
.index-pro .side .title .en {
  font-size: 40px;
  color: #3dba79;
  letter-spacing: -10px;
}
.index-pro .side .title .cn {
  font-size: 30px;
  margin-top: -35px;
  color: #fff;
}
.index-pro .side .title .line {
  width: 54px;
  height: 2px;
  background: #86d8b2;
  margin-top: 15px;
}
.index-pro .side .title .s1 {
  width: 0;
  height: 0;
  border-bottom: 44px solid #6dd0a2;
  border-left: 0;
  border-right: 225px solid transparent;
  margin-top: -2px;
}
.index-pro .side .title .s2 {
  width: 0;
  height: 0;
  border-bottom: 44px solid #fff;
  border-right: 0;
  border-left: 225px solid transparent;
  margin-top: -44px;
}
.index-pro .side .list {
  border: 15px solid #0cb164;
  border-top: 0;
  padding: 9px 15px 0 15px;
  background: #fff;
}
.index-pro .side .list li {
  margin-bottom: 25px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.index-pro .side .list li a {
  display: block;
  color: #0cb164;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.index-pro .side .list li a:hover {
  color: #fff;
  background: #0cb164;
  border-color: #0cb164;
}
.index-pro .content {
  width: 954px;
  height: 732px;
  background: #edeef2;
  margin-right: -25px;
}
.index-pro .content .title {
  padding-top: 30px;
  padding-left: 25px;
  overflow: hidden;
  line-height: 1;
}
.index-pro .content .title b {
  display: block;
  float: left;
  color: #0cb164;
  font-size: 30px;
}
.index-pro .content .title span {
  display: block;
  float: left;
  font-size: 20px;
  color: #666;
  line-height: 40px;
  margin-left: 5px;
}
.index-pro .content .list {
  margin-top: 22px;
  margin-left: 25px;
}
.index-pro .content .list .mr_frbox2 {
  position: relative;
}
.index-pro .content .list .mr_frbox2 .mr_frUl2 {
  overflow: hidden;
}
.index-pro .content .list .mr_frbox2 .mr_frUl2 ul li {
  float: left;
  width: 285px;
  margin-left: 25px;
}
.index-pro .content .list .mr_frbox2 .mr_frUl2 ul li a {
  display: block;
  margin-bottom: 10px;
  background: #fff;
}
.index-pro .content .list .mr_frbox2 .mr_frUl2 ul li a .img {
  width: 283px;
  height: 259px;
  border: 1px solid #bfbfbf;
  overflow: hidden;
}
.index-pro .content .list .mr_frbox2 .mr_frUl2 ul li a .img img {
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-pro .content .list .mr_frbox2 .mr_frUl2 ul li a span {
  display: block;
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-top: -1px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-pro .content .list .mr_frbox2 .mr_frUl2 ul li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.index-pro .content .list .mr_frbox2 .mr_frUl2 ul li a:hover span {
  color: #fff;
  background: #0cb164;
  border-color: #0cb164;
}
.index-title {
  text-align: center;
  line-height: 1;
  color: #0cb164;
  background: url(../Image/tit1.png) no-repeat center;
}
.index-title b {
  display: block;
  font-size: 40px;
}
.index-title span {
  display: block;
  font-size: 20px;
  margin-top: 5px;
  letter-spacing: 3px;
}
.index-about {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../Image/about.jpg) no-repeat center bottom #f2f2f6;
}
.index-about .img {
  width: 562px;
  height: 337px;
  border: 6px solid #fff;
  margin-top: 68px;
  margin-left: 9px;
}
.index-about .img img {
  display: block;
  border: 6px solid #fff;
  margin-left: -20px;
  margin-top: -21px;
}
.index-about .text {
  width: 540px;
  margin-top: 52px;
}
.index-about .text .cn {
  font-size: 30px;
  color: #333;
  line-height: 1;
}
.index-about .text .en {
  font-size: 14px;
  color: #666;
  line-height: 1;
  margin-top: 12px;
  letter-spacing: 3px;
}
.index-about .text .desc {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-top: 28px;
}
.index-about .text a.mores {
  margin-top: 30px;
}
.index-news {
  padding-top: 78px;
  padding-bottom: 76px;
  background: url(../Image/news.jpg) repeat;
}
.index-news .index-title {
  background-image: url(../Image/tit2.png);
}
.index-news .img {
  width: 447px;
  height: 362px;
  background: #fff;
  position: relative;
  border: 3px solid #bfbfbf;
  margin-top: 53px;
}
.index-news .img .text {
  width: 286px;
  height: 235px;
  background: rgba(241, 241, 241, 0.8);
  position: absolute;
  right: -160px;
  bottom: 56px;
}
.index-news .img .text .cn {
  font-size: 26px;
  color: #0cb164;
  padding-top: 24px;
  padding-left: 24px;
  line-height: 1;
}
.index-news .img .text .en {
  padding-left: 24px;
  font-size: 16px;
  color: #999;
  line-height: 1;
  margin-top: 8px;
}
.index-news .img .text .desc {
  padding: 24px;
  font-size: 14px;
  line-height: 23px;
  color: #666;
}
.index-news .img .mr_frbox {
  width: 447px;
  height: 362px;
  position: relative;
}
.index-news .img .mr_frbox .mr_frUl {
  width: 447px;
  height: 362px;
  overflow: hidden;
}
.index-news .img .mr_frbox .mr_frUl ul li {
  width: 447px;
  height: 362px;
}
.index-news .img .mr_frbox .mr_frUl ul li a {
  display: block;
}
.index-news .img .mr_frbox .mr_frUl ul li a img {
  display: block;
}
.index-news .img .mr_frbox .mr_frBtnL,
.index-news .img .mr_frbox .mr_frBtnR {
  cursor: pointer;
  width: 58px;
  height: 59px;
  position: absolute;
  bottom: -3px;
}
.index-news .img .mr_frbox .mr_frBtnL {
  background: url(../Image/left.png) no-repeat center #9c9c9c;
  right: -61px;
}
.index-news .img .mr_frbox .mr_frBtnR {
  background: url(../Image/right.png) no-repeat center #0cb164;
  right: -120px;
}
.index-news .list {
  margin-top: 20px;
  width: 500px;
}
.index-news .list li {
  margin-top: 30px;
  overflow: hidden;
}
.index-news .list li a {
  display: block;
}
.index-news .list li a .time {
  text-align: center;
  line-height: 1;
  color: #666;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .list li a .time .day {
  font-size: 50px;
}
.index-news .list li a .time .ym {
  font-size: 14px;
  margin-top: 5px;
}
.index-news .list li a .line {
  width: 1px;
  height: 55px;
  background: #d8d8d8;
  margin-top: 8px;
  margin-left: 18px;
}
.index-news .list li a .text {
  width: 400px;
}
.index-news .list li a .text .tit {
  font-size: 16px;
  color: #666;
  line-height: 1;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .list li a .text .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-top: 10px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .list li a:hover .time {
  color: #0cb164;
}
.index-news .list li a:hover .text .tit {
  color: #0cb164;
}
.index-news .list li a:hover .text .desc {
  color: #0cb164;
}
.advantage {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  overflow: hidden;
}
.advantage .index-title {
  background-image: url(../Image/tit2.png);
}
.advantage .content {
  margin-top: 55px;
}
.advantage .content .box {
  width: 600px;
  height: 320px;
  float: left;
  position: relative;
}
.advantage .content .box img {
  display: block;
  position: absolute;
  top: 0;
}
.advantage .content .box .ico {
  background: no-repeat bottom center;
  height: 152px;
}
.advantage .content .box .text {
  font-size: 26px;
  line-height: 46px;
  text-align: center;
  font-weight: bold;
  margin-top: 35px;
  color: #666;
}
.advantage .content .box1 img {
  right: 0;
}
.advantage .content .box2 {
  background: #f9f9f9;
}
.advantage .content .box2 .ico {
  background-image: url(../Image/num1.png);
}
.advantage .content .box3 {
  background: url(../Image/ad.gif) repeat;
}
.advantage .content .box3 .ico {
  background-image: url(../Image/num2.png);
}
.advantage .content .box3 .text {
  color: #fff;
}
.advantage .content .box6 {
  background: #f9f9f9;
}
.advantage .content .box6 .ico {
  background-image: url(../Image/num3.png);
}
.advantage .content .box7 {
  background: #f9f9f9;
}
.advantage .content .box7 .ico {
  background-image: url(../Image/num4.png);
}
.advantage .content .box8 img {
  left: 0;
}
.sub-page {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.sub-page .sidebar {
  width: 255px;
}
.sub-page .sidebar .title {
  font-weight: bold;
  line-height: 1;
  padding-top: 30px;
  text-align: center;
  background: #0cb164;
}
.sub-page .sidebar .title .en {
  font-size: 40px;
  color: #3dba79;
  letter-spacing: -10px;
}
.sub-page .sidebar .title .cn {
  font-size: 30px;
  margin-top: -35px;
  color: #fff;
}
.sub-page .sidebar .title .line {
  width: 54px;
  height: 2px;
  background: #86d8b2;
  margin-top: 15px;
}
.sub-page .sidebar .title .s1 {
  width: 0;
  height: 0;
  border-bottom: 44px solid #6dd0a2;
  border-left: 0;
  border-right: 225px solid transparent;
  margin-top: -2px;
}
.sub-page .sidebar .title .s2 {
  width: 0;
  height: 0;
  border-bottom: 44px solid #fff;
  border-right: 0;
  border-left: 225px solid transparent;
  margin-top: -44px;
}
.sub-page .sidebar .type {
  border: 15px solid #0cb164;
  border-top: 0;
  padding: 9px 15px 0 15px;
  background: #fff;
}
.sub-page .sidebar .type li {
  margin-bottom: 16px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.sub-page .sidebar .type li a {
  display: block;
  color: #0cb164;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.sub-page .sidebar .type li a:hover,
.sub-page .sidebar .type li a.on {
  color: #fff;
  background: #0cb164;
  border-color: #0cb164;
}
.sub-page .sidebar .title2 {
  margin-top: 25px;
  padding-bottom: 20px;
}
.sub-page .sidebar .title2 .en {
  letter-spacing: -3px;
}
.sub-page .sidebar .cots {
  background: #f1f1f1;
  border: 1px solid #d2d2d2;
  padding-bottom: 20px;
}
.sub-page .sidebar .cots li {
  border-bottom: 1px solid #dadada;
  line-height: 54px;
  padding: 0 20px;
}
.sub-page .sidebar .cots li:last-child {
  line-height: 30px;
  border-bottom: 0;
}
.sub-page .locat {
  width: 915px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 30px;
}
.sub-page .locat i {
  display: block;
  float: left;
  width: 5px;
  height: 22px;
  background: #0cb164;
}
.sub-page .locat b {
  display: block;
  float: left;
  font-size: 22px;
  color: #0cb164;
  margin-left: 10px;
}
.sub-page .locat span {
  display: block;
  float: left;
  font-size: 16px;
  color: #999;
  margin-left: 8px;
  line-height: 30px;
}
.sub-page .locat .location {
  color: #666;
  font-size: 14px;
}
.sub-page .locat .location a {
  color: #666;
}
.sub-page .locat .location a:hover {
  color: #0cb164;
}
.sub-page .pro-list {
  width: 930px;
}
.sub-page .pro-list li {
  float: left;
  width: 285px;
  background: #fff;
  margin-left: 25px;
  margin-bottom: 30px;
}
.sub-page .pro-list li a {
  display: block;
}
.sub-page .pro-list li a .img {
  width: 283px;
  height: 259px;
  border: 1px solid #bfbfbf;
  overflow: hidden;
}
.sub-page .pro-list li a .img img {
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sub-page .pro-list li a span {
  display: block;
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-top: -1px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sub-page .pro-list li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.sub-page .pro-list li a:hover span {
  color: #fff;
  background: #0cb164;
  border-color: #0cb164;
}
.sub-page .article {
  width: 915px;
}
.sub-page .article img {
  display: inline-block;
  max-width: 915px;
}
.sub-page .article h1 {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  color: #333;
  font-weight: bold;
}
.sub-page .article .pro-img {
  text-align: center;
}
.sub-page .article .pro-img img {
  max-width: 80%;
}
.sub-page .article .desct {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  background: #f1f1f1;
}
.sub-page .article .desct b {
  display: block;
  float: left;
  padding: 0 20px;
  background: #0cb164;
  color: #fff;
}
.sub-page .article .content {
  font-size: 16px;
  line-height: 2.5;
}
/*ext*/
.clamp{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp1{
  white-space:nowrap;
  text-overflow:ellipsis;
}
.clamp2{
  -webkit-line-clamp: 2;
}
.clamp3{
  -webkit-line-clamp: 2;
}
.clamp4{
  -webkit-line-clamp: 2;
}
.clamp5{
  -webkit-line-clamp: 2;
}
.clamp6{
  -webkit-line-clamp: 2;
}
.clamp7{
  -webkit-line-clamp: 2;
}
.clamp8{
  -webkit-line-clamp: 2;
}
.clamp9{
  -webkit-line-clamp: 2;
}
.text-align-justify{
  text-align: justify;
}
</pre></body></html>